1.2.1.2. alpha.core.BoolAssignment (ObjC) Warn about assigning non-{0,1} values to boolean variables.
Examples:
void test() { BOOL b = -1; // warn }